projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911ea13
)
(struct x_output): New field has_been_visible.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 07:32:47 +0000
(07:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 07:32:47 +0000
(07:32 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index f28e170e0d226130b2ed82790799f1f646b2f683..19332e7e087d6c5a81d28bb8c708a010e8762dae 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-484,6
+484,9
@@
struct x_output
/* Nonzero means tried already to make this frame visible. */
char asked_for_visible;
+ /* Nonzero if this frame was ever previously visible. */
+ char has_been_visible;
+
#ifdef HAVE_X_I18N
/* Input method. */
XIM xim;